Uses of Class
eu.europa.ec.taxud.cesop.domain.ValidationErrorTypeEnum
-
Packages that use ValidationErrorTypeEnum Package Description eu.europa.ec.taxud.cesop.domain eu.europa.ec.taxud.cesop.utils -
-
Uses of ValidationErrorTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return ValidationErrorTypeEnum Modifier and Type Method Description ValidationErrorTypeEnumValidationErrorTypeHolder. findEnumByCode(String code)static ValidationErrorTypeEnumValidationErrorTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationErrorTypeEnum[]ValidationErrorTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.europa.ec.taxud.cesop.domain with parameters of type ValidationErrorTypeEnum Constructor Description ValidationError(ValidationErrorTypeEnum errorType) -
Uses of ValidationErrorTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type ValidationErrorTypeEnum Modifier and Type Method Description static ValidationErrorValidationErrorUtils. createValidationError(ValidationErrorTypeEnum errorType, String messageRefId)Create aValidationErrorfrom anValidationErrorTypeEnum.static ValidationErrorValidationErrorUtils. createValidationError(ValidationErrorTypeEnum errorType, String messageRefId, String docRefId, String transactionIdentifier)Create aValidationErrorfrom anValidationErrorTypeEnum.
-